home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / gutenprint / 5.2 / xml / escp2 / inks / cmy.xml < prev    next >
Encoding:
Extensible Markup Language  |  2009-04-02  |  2.0 KB  |  57 lines

  1. <?xml version="1.0"?>
  2.  
  3. <gutenprint xmlns="http://gimp-print.sourceforge.net/xsd/gp.xsd-1.0"
  4. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  5. xsi:schemaLocation="http://gimp-print.sourceforge.net/xsd/gp.xsd-1.0 gutenprint.xsd">
  6. <copyright>
  7.  *   Copyright 2008 Robert Krawitz (rlk@alum.mit.edu)
  8.  *
  9.  *   This program is free software; you can redistribute it and/or modify it
  10.  *   under the terms of the GNU General Public License as published by the Free
  11.  *   Software Foundation; either version 2 of the License, or (at your option)
  12.  *   any later version.
  13.  *
  14.  *   This program is distributed in the hope that it will be useful, but
  15.  *   WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  16.  *   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  17.  *   for more details.
  18.  *
  19.  *   You should have received a copy of the GNU General Public License
  20.  *   along with this program; if not, write to the Free Software
  21.  *   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  22. </copyright>
  23. <escp2:InkGroup name="cmy">
  24. <InkList translate="text" name="None" text="EPSON Standard Inks">
  25.  <Shades>
  26.   <shade count="1">1.000000</shade>
  27.   <shade count="1">1.000000</shade>
  28.   <shade count="1">1.000000</shade>
  29.   <shade count="1">1.000000</shade>
  30.  </Shades>
  31.  
  32.  <InkName translate="text" name="RGB" text="Three Color Composite" InkID="CMYK">
  33.   <Channels>
  34.    <channel name="standard_cyan" index="1">
  35.     <HueCurveParam name="CyanHueCurve"/>
  36.     <subchannel color="2">
  37.      <ChannelDensityParam name="CyanDensity"/>
  38.     </subchannel>
  39.    </channel>
  40.    <channel name="standard_magenta" index="2">
  41.     <HueCurveParam name="MagentaHueCurve"/>
  42.     <subchannel color="1">
  43.      <ChannelDensityParam name="MagentaDensity"/>
  44.     </subchannel>
  45.    </channel>
  46.    <channel name="standard_yellow" index="3">
  47.     <HueCurveParam name="YellowHueCurve"/>
  48.     <subchannel color="4">
  49.      <ChannelDensityParam name="YellowDensity"/>
  50.     </subchannel>
  51.    </channel>
  52.   </Channels>
  53.  </InkName>
  54. </InkList>
  55. </escp2:InkGroup>
  56. </gutenprint>
  57.